/* test CSS van Son Johan */
/* background-attachment:fixed; */
/* Bookman Old Style */
body {
	color: #FFFFFF;
	background-color: #000000;
	background-image:url('background.gif');
	font-size:12pt
}

a:link{
	color: cyan;
 	font-family : "Arial";
	font-style: italic  
}

a:visited{
	color: #00A0FF;
 	font-family : "Arial"
}

a:active{
	color: orange;
 	font-family : "Arial"
}

a:hover{
	color: red;
 	font-family : "Courier"
}

h1{
	text-align: center;
 	font-size: 200%;
 	text-decoration: underline;
 	font-family : "Bookman Old Style";
	text-transform: Capitalize;
	font-style: oblique  

}

h2{
	text-align: center;
 	font-size: 170%;
 	text-decoration: underline;
 	font-family : "Arial";
	text-transform: Capitalize;
	font-style: italic  

}

h3{
	text-align: center;
 	font-size: 140%;
 	text-decoration: underline;
 	font-family : "Arial";
	text-transform: Capitalize
}

.oops{
	margin-rigth:25%;
 	font-weight:bold;
	align:center;
	color: "#FF0000";
	background-color:"#0000A0";
	font-color:"#FF0000"
}

.oeie{
	text-align: center;
 	font-size: 135%;
 	text-decoration: blink, overline
}

.copy{
	font-size: 10pt;
	font-family: "Comic Sans MS";
	font-weight:bold;
	text-indent: 50pt
}

.quest{
	color:red;
	font-family: "Simplex";
	font-weight:bold
}

.rules{
	font-size: 10pt;
	font-family: Courier;
	text-indent: 40pt
}

.normal{
	color: "#00FF00";
	font-color:"#00FF00"
}

.mod{
	color: "#00FF00";
	font-color:"#00FF00";
	text-align: center;
}